-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add pound-force inch torque conversion #40
Conversation
ConversionNode( | ||
coefficientProduct: 0.1129848290854088, | ||
name: TORQUE.poundForceInch, | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest to implement it as 1/12 of pound force feet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to be honest I am not familiar with the laguage, do you have a suggestion on how to reference the value or should I just write 1.35581794902490555/12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the ConversionNode
as a List to the leafNode
property of the pound force feet conversionNode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this PR! Let's just fix a couple of issue and make the CI happy and then we are ready to merge
There seems to be also format issues. Could you please run |
Closing this for now since for lack of activity in the past year. Feel free to reopen it or just ping me |
I guess this would be a first step towards ferraridamiano/ConverterNOW#251